home *** CD-ROM | disk | FTP | other *** search
/ The Very Best of Atari Inside / The Very Best of Atari Inside 1.iso / mint / mntinc20 / siglist.h < prev    next >
C/C++ Source or Header  |  1992-05-15  |  231b  |  18 lines

  1. #ifndef _SIGLIST_H
  2. #define _SIGLIST_H
  3.  
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7.  
  8. extern char *sys_siglist[];
  9. #ifndef __MINT__
  10. extern char *signal_names[];
  11. #endif
  12.  
  13. #ifdef __cplusplus
  14. }
  15. #endif
  16.  
  17. #endif /* _SIGLIST_H */
  18.